My Pycharm, my master
It took more than a week to translate the official help documentation of Pycharm. There were 43 blogs in total, so I felt a lot tired.
Before complaining, let's make a summary of what we are doing. Here we will list all the translation documents into the following directories for your convenience:
The most comprehensive
characteristics of this feature: viewing documentation Using macros Syntax highlighting and error indication edit or tabs intention actions and quick fixes creating and applying live templates (code snippets) code folding code Completio n auto-import auto-generating code auto-editing with Pycharm
See online Help for more details. As for programming knowledge, see Python and Django
Installation of Python1, installation python3.6.42. Changing environment variablesPycharm Installation1. Download: Address http://www.jetbrains.com/pycharm/
Install: Click on the downloaded installation package, install it, and click Next.
Activate: Open pycharm, select License Server, fill http://idea.imsxm.com click Active to activate
Pycharm shortcu
Pycharm tutorial (6) Use Pycharm as the Vim editor and pycharmvim
Pycharm is used as the Vim editor. The specific content is as follows:
1. Subject
If you are a fan of Vim and do not plan to use other types of editors, this tutorial will be more suitable for you. Here we will detail howIdeaVimDownload, install, and use Vim with the help of plug-ins. For details a
.
Of course, we can change the initial settings later. For more information, see documentation and the following two Tutorials:
Getting started with PyCharm
Refreshing ing keyboard schemes3. Welcome Page settingsIf you use Pycharm for the first time (you have not created a project), you will first enter the Welcome screen. Click Configure.
1. Why Use macrosJoin you need to repeat something many times, such as checking the source code and sending it to console debugging, can we simplify a series of operations into one step, or even use a set of shortcut keys instead?2. Preparatory work(1) The Pycharm version is 2.7 or higher.(2) Consistent with the behavior in product documentation.(3) Create a project and add at least two scripts to it, see G
First, the goalImplement /python development with pycharm Debugging Tools under LinuxLinux uses vi/vim tools to write Python, disadvantage: Debugging inconvenient, no code hints, jumps and many other functions. Windows uses idle/pycharm/eclipse and so on, Environment pack installation trouble. Well-written code often has to be migrated to a Linux server environment. Workaround: Install the
Pycharm learning tutorial (2) code style, pycharm tutorial
How to Create a Python project with the Pycharm code style is as follows:
1. Subject
This section describes how to create a Python project and use the Pycharm code style. You will see that Pycharm makes your sourc
Pycharm usage tips (reprinted) and pycharm usage tipsPycharm usage tips (reprinted)
Reprinted from: http://www.cnblogs.com/cloudtj/articles/5980666.html
0. Install the python interpreter first.Linux does not need to be installed. It is provided by default and needs to be installed in Windows. The latest versions are 2.7 and 3.6.: Https://www.python.org/downloads/windows/
Default installation path: C: \
on TODO tags and content. The two IDE supports the TODO feature, which collects all of the TODO content that you have on each line of the current project for you to view at any time. Just on the perfection of the function, there is a slight gap:
Pycharm when you enter "# TODO," The line is highlighted, so that it becomes very eye-catching, Eric6 default is not "# Todo," to highlight the processing;
Jquery.cookie uses documentation, $.cookie () documentation tutorials, JS operation Cookie Tutorial documentation.Actions in Jquery.cookie:Jquery.cookie.js is a jquery-based plugin that Https://github.com/carhartl/jquery-cookieCreate a session Cookie:$.cookie (' cookiename ', ' cookievalue ');Note: When no cookie time is specified, the cookie is created by default until the user's browser is closed and is r
1. Preparatory work(1) The Pycharm version is 2.7 or higher.(2) A project has been created.(3) Creating Python files (alt+insert→pythonfile)2. Generate Source codeFirst, we instantiate a class, and pycharm immediately displays a red light bulb to give a quick completion suggestion:Here we want to create a class that selects the corresponding prompt command, and Pycharm
1. Preparatory work(1) The Pycharm version is 2.7 or higher.(2) A project has been created.(3) Creating Python files (alt+insert→pythonfile)2. Generate Source codeFirst, we instantiate a class, and pycharm immediately displays a red light bulb to give a quick completion suggestion:Here we want to create a class that selects the corresponding prompt command, and Pycharm
The contents of this article are as follows:
Download Adaconda install Adaconda install MinGW and configure MINGW-related environment Variables Anaconda installation path What are installed Pycharm Community free pycharm related shortcuts 1 run runing 2 debug Debu Gging
The UNIX system defaults to its own python, the Python executable is installed in the Usr/local/bin directory, and the library files are i
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.